home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / M2Edt-Startup_GB.edt < prev    next >
Text File  |  1996-09-26  |  6KB  |  188 lines

  1. /* configuration- and startupfile for Edt */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. /* -- Menus -- */
  6.  
  7. 'Menu "Project"'
  8. 'Item "New" KEY amiga "*" "New"'
  9. 'Item "New Window ..." KEY amiga "W" "NewWindow"'
  10. 'Item'
  11. 'Item "Open ..." KEY amiga "O" "Open"'
  12. 'Item "Save" KEY amiga "S" "Save"'
  13. 'Item "Save As ..." KEY amiga "A" "SaveAs"'
  14. 'Item'
  15. 'Item "Insert ..." KEY amiga "I" "InsertFile"'
  16. 'Item "Print ..." "Print"'
  17. 'Item'
  18. 'Item "About ..." KEY amiga "?" "Information"'
  19. 'Item'
  20. 'Item "Quit All" "Quit ALL"'
  21. 'Item "Quit" KEY amiga "Q" "Quit"'
  22.  
  23. 'Menu "Edit"'
  24. 'Item "Cut" KEY amiga "X" "Cut"'
  25. 'Item "Copy" KEY amiga "C" "Copy; Unmark"'
  26. 'Item "Paste" KEY amiga "V" "Paste"'
  27. 'Item "Erase" "Erase"'
  28. 'Item'
  29. 'Item "Save ..." "SaveClip"'
  30. 'Item "Print ..." "PrintClip"'
  31. 'Item'
  32. 'Item "Shift Right"'
  33. 'SubItem "1 Characters" KEY amiga ">" "ShiftClip 1"'
  34. 'SubItem "2 Characters" "ShiftClip 2"'
  35. 'SubItem "4 Characters" "ShiftClip 4"'
  36. 'SubItem "8 Characters" "ShiftClip 8"'
  37. 'Item "Shift Left"'
  38. 'SubItem "1 Characters" KEY amiga "<" "ShiftClip (-1)"'
  39. 'SubItem "2 Characters" "ShiftClip (-2)"'
  40. 'SubItem "4 Characters" "ShiftClip (-4)"'
  41. 'SubItem "8 Characters" "ShiftClip (-8)"'
  42. 'Item'
  43. 'Item "Begin Selection" KEY amiga "B" "BeginMark"'
  44. 'Item "End Selection" KEY amiga "E" "EndMark"'
  45. 'Item "Clear Selected" KEY amiga "U" "UnMark"'
  46. 'Item'
  47. 'Item "Redo All" "Redo ALL"'
  48. 'Item "Undo All" "Undo ALL"'
  49. 'Item "Redo" KEY amiga "!" "Redo"'
  50. 'Item "Undo" KEY amiga "Z" "Undo"'
  51.  
  52. 'Menu "Search"'
  53. 'Item "Find ..." KEY amiga "F" "Find"'
  54. 'Item "Replace ..." KEY amiga "R" "Replace"'
  55. 'Item'
  56. 'Item "Find Next" KEY amiga "N" "Find NEXT"'
  57. 'Item "Find Previous" KEY amiga "P" "Find PREV"'
  58. 'Item "Replace Next" KEY alt "N" "Replace NEXT"'
  59. 'Item "Replace Previous" KEY alt "P" "Replace PREV"'
  60. 'Item'
  61. 'Item "Goto Line ..." KEY amiga "G" "GotoLine"'
  62. 'Item "Last Change" KEY amiga "L" "LastChange"'
  63. 'Item "Match Bracket" KEY amiga "M" "MatchBracket"'
  64.  
  65. 'Menu "Folds"'
  66. 'Item "Create Fold" KEY amiga "§" "NewFold CLOSE"'
  67. 'Item "Open Fold" KEY amiga "[" "OpenFold"'
  68. 'Item "Close Fold" KEY amiga "]" "CloseFold"'
  69. 'Item "Resolve Fold" KEY amiga "^" "ResolveFold"'
  70. 'Item'
  71. 'Item "Open All Folds" "OpenAllFolds"'
  72. 'Item "Close All Folds" "CloseAllFolds"'
  73. 'Item "Resolve All Folds" "ResolveAllFolds"'
  74.  
  75. 'Menu "Windows"'
  76. 'Item "Next Window" KEY amiga "+" "NextWindow CYCLE; ActivateWindow; WindowToFront"'
  77. 'Item "Previous Window" KEY amiga "-" "PrevWindow CYCLE; ActivateWindow; WindowToFront"'
  78. 'Item "Next Text" KEY ctrl "+" "NextText CYCLE; ActivateWindow; WindowToFront"'
  79. 'Item "Previous Text" KEY ctrl "-" "PrevText CYCLE; ActivateWindow; WindowToFront"'
  80. 'Item'
  81. 'Item "Maximize" "SetWindowBox 0 0 9999 9999"'
  82. 'Item "Minimize" "SetWindowBox 20 20 1 1"'
  83. 'Item'
  84. 'Item "Split Horizontal" KEY alt f1 RX "S:Edt/HSplitWin.edt"'
  85. 'Item "Split Vertical" KEY alt f2 RX "S:Edt/VSplitWin.edt"'
  86. 'Item'
  87. 'Item "Tile Up" KEY alt f3 RX "S:Edt/LayoutWindows.edt"'
  88.  
  89. 'Menu "ARexx"'
  90. 'Item "Begin Macro ..." KEY alt "B" "BeginMacro"'
  91. 'Item "End Macro" KEY alt "E" "EndMacro"'
  92. 'Item "Execut Macro" KEY alt "X" "ExecMacro"'
  93. 'Item "Forget Macro" KEY alt "F" "FreeMacro"'
  94. 'Item "Save Macro ..." KEY alt "S" "SaveMacro"'
  95. 'Item "Assign Macro"'
  96. 'SubItem "Key F6" KEY shift f6 `SaveMacro "ENVARC:Edt/F6.edt"`'
  97. 'SubItem "Key F7" KEY shift f7 `SaveMacro "ENVARC:Edt/F7.edt"`'
  98. 'SubItem "Key F8" KEY shift f8 `SaveMacro "ENVARC:Edt/F8.edt"`'
  99. 'SubItem "Key F9" KEY shift f9 `SaveMacro "ENVARC:Edt/F9.edt"`'
  100. 'SubItem "Key F10" KEY shift f10 `SaveMacro "ENVARC:Edt/F10.edt"`'
  101. 'Item'
  102. 'Item "Enter Command ..." KEY esc "EnterRexx"'
  103. 'Item "Repeat Command" KEY ctrl "G" "RepeatRexx"'
  104. 'Item "Execute Script ..." KEY ctrl "X" "ExecRexx"'
  105.  
  106. 'Menu "Modula-2"'
  107. 'Item "Load Errors" KEY numpad "0" "LoadErrors"'
  108. 'Item "Next Error" KEY numpad "+" "NextError"'
  109. 'Item "Prev. Error" KEY numpad "-" "PrevError"'
  110. 'Item "First Error" KEY numpad "." "GotoError 0"'
  111. 'Item'
  112. 'Item "Compile ..." KEY numpad "1" "Compile"'
  113. 'Item "Link ..." KEY numpad "2" "Link"'
  114. 'Item "Make ..." KEY numpad "3" "Make"'
  115. 'Item "Execute ..." KEY enter "Execute"'
  116. 'Item'
  117. 'Item "Umlauts?" GLOBAL SWITCH 1 KEY amiga "ü" RX "S:M2Edt/Umlaute.edt"'
  118. SetClip("Umlaute?", 1)
  119.  
  120. /* Einstellungen einlesen */
  121. 'Get INSERT'; insert=RESULT;
  122. 'Get WORDWRAP'; wordWrap=RESULT;
  123. 'Get AUTOINDENT'; autoIndent=RESULT;
  124. 'Get CLEANLINES'; cleanLines=RESULT;
  125. 'Get ICONS'; icons=RESULT;
  126.  
  127. 'Menu "Settings"'
  128. 'Item "Insert?" SWITCH' insert 'KEY ctrl "E" "Set INSERT TOGGLE"'
  129. 'Item "Wordwrap?" SWITCH' wordWrap 'KEY ctrl "W" "Set WORDWRAP TOGGLE"'
  130. 'Item "Auto Indent?" SWITCH' autoIndent 'KEY ctrl "A" "Set AUTOINDENT TOGGLE"'
  131. 'Item "Clean Lines?" SWITCH' cleanLines 'KEY ctrl "Z" "Set CLEANLINES TOGGLE"'
  132. 'Item "Icons?" SWITCH' icons 'KEY ctrl "P" "Set ICONS TOGGLE"'
  133. 'Item'
  134. 'Item "Edit ..." "EditPrefs"'
  135. 'Item "Display ..." "DisplayPrefs"'
  136. 'Item'
  137. 'Item "Save As Defaults" KEY amiga D "SaveSettings"'
  138.  
  139. /* -- Tastaturbelegung: -- */
  140.  
  141. 'SetKey ctrl "\" "Quit"'    /* <--> console-windows */
  142.  
  143. 'SetKey left "Move (-1)"'
  144. 'SetKey right "Move 1"'
  145. 'SetKey up "Up"'
  146. 'SetKey down "Down"'
  147. 'SetKey shift left "First"'
  148. 'SetKey shift right "Last"'
  149. 'SetKey shift up "Top"'
  150. 'SetKey shift down "Bottom"'
  151. 'SetKey alt left "WordLeft"'
  152. 'SetKey alt right "WordRight"'
  153. 'SetKey alt up "PageUp"'
  154. 'SetKey alt down "PageDown"'
  155.  
  156. 'SetKey del "Delete"'
  157. 'SetKey shift del "Delete LINEEND"'
  158. 'SetKey ctrl del "DelLines"'
  159. 'SetKey alt del "Delete WORD"'
  160.  
  161. 'SetKey backspace "DelBack"'
  162. 'SetKey shift backspace "DelBack LINEBEGIN"'
  163. 'SetKey alt backspace "DelBack WORD"'
  164.  
  165. 'SetKey f1 "GotoBookmark 0"'
  166. 'SetKey shift f1 "SetBookmark 0"'
  167. 'SetKey f2 "GotoBookmark 1"'
  168. 'SetKey shift f2 "SetBookmark 1"'
  169. 'SetKey f3 "GotoBookmark 2"'
  170. 'SetKey shift f3 "SetBookmark 2"'
  171. 'SetKey f4 "GotoBookmark 3"'
  172. 'SetKey shift f4 "SetBookmark 3"'
  173. 'SetKey f5 "GotoBookmark 4"'
  174. 'SetKey shift f5 "SetBookmark 4"'
  175.  
  176. 'SetKey alt f4 "NewWindow"'
  177. 'SetKey alt f5 "NewWindow; Open"'
  178.  
  179. 'SetKey help `ADDRESS COMMAND "MultiView HELP:deutsch/m2edt.guide"`'
  180.  
  181. /* Makros: */
  182.  
  183. 'SetKey f6 RX "ENVARC:Edt/F6.edt"'
  184. 'SetKey f7 RX "ENVARC:Edt/F7.edt"'
  185. 'SetKey f8 RX "ENVARC:Edt/F8.edt"'
  186. 'SetKey f9 RX "ENVARC:Edt/F9.edt"'
  187. 'SetKey f10 RX "ENVARC:Edt/F10.edt"'
  188.